ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetEnhMetaFileBits Method / GetEnhMetaFileBits(IntPtr,UInt32,Byte[]) Method

In This Topic
    GetEnhMetaFileBits(IntPtr,UInt32,Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetEnhMetaFileBits( _
       ByVal hemf As System.IntPtr, _
       ByVal cbBuffer As System.UInteger, _
       ByVal buffer() As System.Byte _
    ) As System.UInteger
    public static System.uint GetEnhMetaFileBits( 
       System.IntPtr hemf,
       System.uint cbBuffer,
       System.byte[] buffer
    )

    Parameters

    hemf
    cbBuffer
    buffer
    See Also